Simple fix to the man page for xm block-attach.
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Sat, 10 Mar 2007 16:59:57 +0000 (16:59 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Sat, 10 Mar 2007 16:59:57 +0000 (16:59 +0000)
It currently says to use "ro" or "rw" for the mode, when it seems,
empirically, to take "r" or "w" for the mode, respectively.  Update
the man page to reflect that.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
docs/man/xm.pod.1

index 3cd8b80ac6637e74b289ef5b510f7a70ceb0e6fa..90dab93d9a5ad00fd819a32e1372d73f75566367 100644 (file)
@@ -619,7 +619,7 @@ devices, or by device id, such as 0x1400 (/dev/hdc device id in hex).
 =item I<mode>
 
 The access mode for the device from the guest domain.  Supported modes
-are I<rw> (read/write) or I<ro> (read-only).
+are I<w> (read/write) or I<r> (read-only).
 
 =item I<bedomain-id>